home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2005 December
/
DPPCPRO1205.ISO
/
Essentials
/
Programming
/
Basic4GL
/
Setup Basic4GL v2.3.1.exe
/
$INSTDIR
/
Programs
/
WriteFileDemo.gb
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-07-29
|
201 b
|
6 lines
dim file
file = OpenFileWrite ("Files/Test.txt")
if FileError () <> "" then print FileError (): end endif
WriteLine (file, "Here is some text")
WriteLine (file, "Have a nice day")
CloseFile (file)